Chunked Payload Or Builder
Functions
Link copied to clipboard
The total number of chunks in the payload
Content copied to clipboard
uint32 chunk_count = 2;
Link copied to clipboard
The current chunk index in the total
Content copied to clipboard
uint32 chunk_index = 3;
Link copied to clipboard
The binary data of the current chunk
Content copied to clipboard
bytes payload_chunk = 4;
Link copied to clipboard
The ID of the entire payload
Content copied to clipboard
uint32 payload_id = 1;